github.com/jackc/pgx/v5.pipelineBatchResults.nextQueryAndArgs (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L304: 	query, arguments, err := br.nextQueryAndArgs()
		batch.go#L350: 	query, arguments, err := br.nextQueryAndArgs()
		batch.go#L441: func (br *pipelineBatchResults) nextQueryAndArgs() (query string, args []any, err error) {